Update user settings (SAML)
{ updateUsersSaml }
Updates the users details in the system for SAML Authentication.
Method
/API2/access/updateUsersSaml
Input Parameters
Name
updateUserSamlArr
Object Type
Description
The object used to update a SAML user.
Output Response
Successful Result Code
200
Response Type
Description of Response Type
Generic API response object with success or failure flag and related messages.
Notes
Used only for users added with SAML authentication provider.
Examples
Create new SAML user (JavaScript):
This example demonstrates how to create a new tenant, user and roles in Pyramid, when using SAML based authentication.
The example uses API authentication driven from JavaScript. See Authentication APIs for alternatives.